Version

TreeGrid Method

Accepts a model class and returns a string that will be rendered in the view.
Overload List
OverloadDescription
TreeGrid(ITreeGridModel)Accepts a model class and returns a string that will be rendered in the view.  
TreeGrid(String,ITreeGridModel)Accepts a model class and returns a string that will be rendered in the view.  
TreeGrid(ITreeGridModel,IDictionary<String,Object>)Accepts a model class and HTML attributes and returns a string that will be rendered in the view.  
TreeGrid(ITreeGridModel,Object)Accepts a model class and HTML attributes and returns a string that will be rendered in the view.  
TreeGrid(String,ITreeGridModel,IDictionary<String,Object>)Accepts a model class, id and HTML attributes and returns a string that will be rendered in the view.  
TreeGrid(String,ITreeGridModel,Object)Accepts a model class, id and HTML attributes and returns a string that will be rendered in the view.  
TreeGrid<T>()Chainable grid  
TreeGrid<T>(IDictionary<String,Object>)Chainable grid accepting the HTML attributes as a parameter  
TreeGrid<T>(Object)Chainable grid accepting the HTML attributes as a parameter  
TreeGrid<T>(IQueryable<T>)Chainable grid accepting the data source as a parameter  
TreeGrid<T>(IQueryable<T>,IDictionary<String,Object>)Chainable grid accepting the data source as a parameter and HTML attributes  
TreeGrid<T>(IQueryable<T>,Object)Chainable grid accepting the data source as a parameter and HTML attributes  
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub